type go.opentelemetry.io/otel/trace.stackTraceOption
5 uses
go.opentelemetry.io/otel/trace (current package)
config.go#L265: type stackTraceOption bool
config.go#L267: func (o stackTraceOption) applyEvent(c EventConfig) EventConfig {
config.go#L272: func (o stackTraceOption) applySpan(c SpanConfig) SpanConfig {
config.go#L276: func (o stackTraceOption) applySpanEnd(c SpanConfig) SpanConfig { return o.applySpan(c) }
config.go#L280: return stackTraceOption(b)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |